home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
076-100
/
scopedisk83
/
popcli4
/
cback.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-19
|
274b
|
11 lines
/* Include file for the C version of cback for PopCLI */
/* This is the message sent from cback.c to the new process */
struct cbackstr {
struct Message msgpart;
BPTR stdout;
int SyncSignal;
struct Process *SyncProcess;
char *cmd;
int cmdlen;
};